projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81b56d
)
Don't warn about "x-*" symbols when building a non-GUI version.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 11 Feb 2002 07:06:55 +0000
(07:06 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 11 Feb 2002 07:06:55 +0000
(07:06 +0000)
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index fd41f44fd1d82878fbd8c1ced0430ba9ace117db..0275624842a60a83d139322d838b55aee88d182b 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-284,6
+284,8
@@
(eq system-type 'ms-dos))
((string-match "\\`w32-" (symbol-name symbol))
(eq system-type 'windows-nt))
+ ((string-match "\\`x-" (symbol-name symbol))
+ (fboundp 'x-create-frame))
(t t))))
(if (not (boundp symbol))
;; If variables are removed from C code, give an error here!